TocFile
Declaration Description See Also Example

Declaration

property TocFile : String;

Description

This property defines the table of contents file in the CHM file if a Tri-Pane window is used.

Example

EmbeddedHtmlHelp1.TriPane := True;
EmbeddedHtmlHelp1.IndexFile := 'HHIndex.hhk';
EmbeddedHtmlHelp1.TocFile := 'HHToc.hhc';
EmbeddedHtmlHelp1.DisplayTopic('HtmlHelpIntegrationComponents.html');

See Also

TEmbeddedHtmlHelp


©Copyright 1997, HyperAct, Inc.